home *** CD-ROM | disk | FTP | other *** search
- object ShowAddForm: TShowAddForm
- Left = 296
- Top = 469
- BorderStyle = bsDialog
- Caption = 'Slideshow List'
- ClientHeight = 192
- ClientWidth = 303
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object AddOption: TRadioGroup
- Left = 16
- Top = 8
- Width = 273
- Height = 89
- Caption = 'Add to slideshow list'
- ItemIndex = 0
- Items.Strings = (
- 'Selected files only'
- 'All files in directory'
- 'All files plus subdirs')
- TabOrder = 0
- end
- object Button1: TButton
- Left = 62
- Top = 152
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 166
- Top = 152
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object ClearSS: TCheckBox
- Left = 71
- Top = 112
- Width = 170
- Height = 17
- Caption = 'Clear slideshow list first'
- TabOrder = 3
- end
- end
-